Dew Stats for .NET
|
Single exponential forecast.
Parameters |
Description |
[In] TVec Y |
Time series data set. |
[In] TVec YHat |
Time series forecasts. Size of the YHat vector are adjusted automatically. |
[In] double Alpha |
Overal smoothing parameter used for forecast. |
[In] int T |
Forecast values up to T period. |
[In] int InitMethod |
Defines how the initial values for S[0] are calculated. |
Forecasts time series values by using single exponential smoothing equations. For single exponential smoothing, the h period ahead forecast is given by:
Load data, assume Alpha is 0.33, forecast 20 points past the last value.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|